public: void Create( array<Function^>^ functions )
Parameters
- functions
Exception | Description |
---|---|
System.ArgumentNullException | Thrown when functions is null , emty. |
InvalidArgumentException | Thrown when some function is not valid. |
InvalidArgumentException | Thrown when the functions can not be merged. |
ObjectAlreadyCreatedException | Thrown when the merged function has already been created. |